home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / clicknslide_offsite.swf / scripts / DefineButton2_119 / BUTTONCONDACTION on(rollOver).as < prev   
Encoding:
Text File  |  2007-03-28  |  100 b   |  5 lines

  1. on(rollOver){
  2.    puzzle.hint.gotoAndStop(_root.currentPhoto);
  3.    puzzle.hint._visible = true;
  4. }
  5.